Minor extra logging.
authorEwan Mellor <ewan@xensource.com>
Tue, 2 Jan 2007 14:45:32 +0000 (14:45 +0000)
committerEwan Mellor <ewan@xensource.com>
Tue, 2 Jan 2007 14:45:32 +0000 (14:45 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py

index 46eb9cda9b8082cde397c787f3e92249a9122ab6..2df5316fcfab363e6e40f2d3a4f7d683332d9ebd 100644 (file)
@@ -439,7 +439,7 @@ class XendDomainInfo:
 
     def shutdown(self, reason):
         """Shutdown a domain by signalling this via xenstored."""
-        log.debug('XendDomainInfo.shutdown')
+        log.debug('XendDomainInfo.shutdown(%s)', reason)
         if self.state in (DOM_STATE_SHUTDOWN, DOM_STATE_HALTED,):
             raise XendError('Domain cannot be shutdown')